home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 June
/
EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso
/
earcd
/
dbase
/
cdprov32.lha
/
CDproV3.2
/
Install_CDpro
< prev
next >
Wrap
Text File
|
1996-04-21
|
1KB
|
67 lines
; CDpro (V3.2) Installerscript (c) by PackMAN
(set #notV37
(cat "CD pro benötigt OS2.x (V37.175) oder höher..."))
(set #msg
(cat "\n\n"
" > CD pro < Installer script.\n\n"
"Dieses Script installiert > CD pro < auf Ihrem Amiga.\n\n"
"Hinweise: Install.Liesmich\n\n"
"CD pro © 1993-1996 Falk Zühlsdorff\n"
"All rights reserved."))
(set #0
(cat "Ziellaufwerk auswählen..."))
(set #1
(cat "Verzeichnis: CDpro anlegen ?"))
;=============================================================================
; OS2 ?
(if (< (/ (getversion) 65536) 37)
(
(abort #notV37)
))
;=============================================================================
(message #msg)
(welcome)
(set name
(askdir
(prompt "\n" #0)
(help @askdir-help)
(default "SYS:")
)
)
(makedir (tackon name "CDpro")
(prompt "\n\n\n\n\n" #1)
(help "Ist bei Erstinstallation sinnvoll")
(infos)
(confirm)
)
(copyfiles
(prompt "CDpro V3.2")
(source "")
(help "...")
(dest (tackon name "CDpro"))
(pattern "#?")
(infos)
(confirm)
)
(copyfiles
(prompt "Reqtools.library V2.4 installieren ?")
(help @copyfiles-help)
(source "Libs/reqtools.library")
(dest "Libs:")
(confirm)
)
(copyfiles
(prompt "Textanzeiger ZMore")
(help "Installieren oder Defaulttools der Icons ändern...")
(source "ZMore")
(dest "C:" )
(confirm)
)